docs: GtkBuilder: warn about unusual GError use
authorRyan Lortie <desrt@desrt.ca>
Sat, 14 Jul 2012 15:03:29 +0000 (11:03 -0400)
committerRyan Lortie <desrt@desrt.ca>
Tue, 18 Jun 2013 14:17:34 +0000 (10:17 -0400)
commit1bc7359123aa188d4e33aaedf33068ce0bbc1a55
treefcc6320e72c842bae9b775d92ae2574e5fa90b74
parentb18c938b143b48f1903420c15b0dccf9dc0a7f32
docs: GtkBuilder: warn about unusual GError use

GtkBuilder returns GError for _add_from_{file,resource,string}(),
implying that the user should be able to recover from these errors.
Mention in the docs that it's unreasonable to try to do this.

https://bugzilla.gnome.org/show_bug.cgi?id=679930
gtk/gtkbuilder.c